Extract Numbers in the String
Command Prototype
sRet = DigitFromStr(sText)
Command Description
Extracts all non-number characters from a string and returns the filtered string
Parameter Description
- Required Parameter
- sText--The input string
- return
- sRet--The variable used to save the output of the function call